home *** CD-ROM | disk | FTP | other *** search
/ CD Loisirs 24 / CDL24.iso / LAPLACE / IDEM.DXR / Making Of_10_Select Hot MakOf.ls < prev    next >
Encoding:
Text File  |  1996-10-10  |  477 b   |  22 lines

  1. on exitFrame
  2.   set ParLa to the frame
  3.   repeat with x = 6 to 9
  4.     if rollOver(x) then
  5.       set ParLa to the frame + x - 5
  6.       puppetSound(0)
  7.     end if
  8.   end repeat
  9.   if rollOver(10) then
  10.     set the member of sprite 10 to member "ST_SPEAK.PIC"
  11.     puppetSound("M_OF_1.AIF")
  12.     updateStage()
  13.     repeat while rollOver(10)
  14.       nothing()
  15.     end repeat
  16.     set the member of sprite 10 to member "GO_SPEAK.PIC"
  17.     puppetSound(0)
  18.     updateStage()
  19.   end if
  20.   go(ParLa)
  21. end
  22.